Learn R Programming

DDPM (version 0.1.0)

Units of consumers goods: The data show the frequency distribution of the number of units of consumers goods

Description

The function gives the number of units of consumers goods purchased by households over 26 weeks.

Usage

data_units

Value

data_units gives the number of units of consumers goods purchased by households over 26 weeks.

Arguments

data_units

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the number of units of consumer goods purchased by households over 26 weeks. Recently, they were used by Aryuyuen et al. (2014) and fitted by the zero-inflated negative binomial-generalized exponential distribution.

References

Aryuyuen, S., Bodhisuwan, W., & Supapakorn, T. (2014). Zero-inflated negative binomial-generalized exponential distribution and its applications. Songklanakarin Journal of Science and Technology, 36(4), 483-91.

Lindsey, J. K. (1995). Modeling frequency and count data (Vol. 15). Oxford University Press.

Examples

Run this code
x<-data_units
summary(x)
table (x)

Run the code above in your browser using DataLab